home *** CD-ROM | disk | FTP | other *** search
- def x1 320
- def x2 350
- def y 50
- def dy 46
-
- Include Menu.Def
-
- FontSize Default 21 28
- FontSize Apply 21 28
- FontSize Selected 24 32
- FontSize Title 27 36
-
- item
- {
- Text AudioO
- Font Title
- Pos 320 y Center
- Add y dy
- Add y 16
- }
-
-
- item
- {
- Text Fx
- Pos x1 y Right
- }
-
- item
- {
- CheckButton On Off
- Pos x2 y Left
- Add y dy
- OnAction
- {
- ToggleCfg /Sound/SoundOn Apply
- }
- }
-
-
- item
- {
- Text FxVol
- Pos x1 y Right
- }
-
- item
- {
- SlideButton #%
- //SlideButton SlideBar SlideButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- SlideCfg /Sound/FxVolume 0.0 1.0 20
- UpdateFxVolume
- }
- }
-
-
- item
- {
- Text FxFreq
- Pos x1 y Right
- }
-
- item
- {
- CycleButton #Num
- Pos x2 y Left
- Add y dy
- OnAction
- {
- NumberCfg /Sound/Frequency 11025 22050 44100 Apply
- }
- }
-
-
- item
- {
- Text FxBit
- Pos x1 y Right
- }
-
- item
- {
- CycleButton #Num
- Pos x2 y Left
- Add y dy
- OnAction
- {
- ToggleCfg /Sound/NbBits 8 16 Apply
- }
- }
-
-
- item
- {
- Text Music
- Pos x1 y Right
- }
-
- item
- {
- CheckButton On Off
- Pos x2 y Left
- Add y dy
- OnAction
- {
- ToggleCfg /Sound/MusicOn Apply
- }
- }
-
-
- item
- {
- Text MusVol
- Pos x1 y Right
- }
-
- item
- {
- SlideButton #%
- //SlideButton SlideBar SlideButton
- Pos x2 y Left
- Add y dy
- OnAction
- {
- SlideCfg /Sound/MusicVolume 0.0 1.0 20
- UpdateMusicVolume
- }
- }
-
-
- item
- {
- Text Default
- Add y 12
- Pos 320 y Center
- Add y dy
- OnAction
- {
- SetCfg /Sound/SoundOn 1 Apply
- SetCfg /Sound/FxVolume 0.7
- SetCfg /Sound/Frequency 22050 Apply
- SetCfg /Sound/NbBits 16 Apply
- SetCfg /Sound/MusicOn 1 Apply
- SetCfg /Sound/MusicVolume 0.6
- UpdateFxVolume
- UpdateMusicVolume
- }
- }
-
-
- item
- {
- Text Back
- Pos 140 y Center
- OnAction
- {
- RestoreCfg
- MenuBack
- }
- }
-
-
- item
- {
- Text Apply
- Font Apply
- Pos 500 y Center
- OnAction
- {
- RestartSound
- Apply
- MenuBack
- }
- }
-
- GetFullVersion 575 10 Center Up
-